Content-type: text/html; charset=UTF-8
<%require 'wit'
w = Wit.new%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<meta name="robots" content="index, nofollow"/>
<link rel="stylesheet" type="text/css" href="<%=w.path%>/style/gitweb.css"/>
<title><%=w.group[:html]%>::<%=w.name[:html]%>.<%=w.branch[:html]%>('<%=w.obj[:html]%>')</title>
</head>
<body>
<div class="header">
<a href="http://www.kernel.org/pub/software/scm/git/docs/" title="git documentation">
<img src="<%=w.path%>/images/git.png" alt="git" class="logo"/>
</a>
<a href="<%=w.path%>/"><%=w.group[:html]%>::<%=w.name[:html]%>.<%=w.branch[:html]%>('<%=w.obj[:html]%>')</a>
</div>
<div class="info">
<table cellspacing="0" class="info"><%w.repo_info do |key, val|%>
<tr><td class="info"><%=key[:html]%>:</td><td class="info"><%=val[:html]%></td></tr><%end%>
</table>
</div>
<div class="spacing">
<table cellspacing="0" class="tree">
<tr>
<th>Filemode</th>
<th>Filename</th>
</tr>
<%w.tree do |fmt, type, mode, hash, name|%><tr class="<%=fmt%>">
<td><%=mode[:html]%></td>
<td><a class="default" href="<%=w.path%>/<%=type[:url]%>.rhtml/<%=w.group[:url]%>/<%=w.name[:url]%>/?branch=<%=w.branch[:url]%>&amp;head=<%=w.head[:url]%>&amp;obj=<%=File.join(w.obj[:url], name[:url])%>"><%=name[:html]%></a></td>
<td><a class="default" href="<%=w.path%>/<%=type[:url]%>.rhtml/<%=w.group[:url]%>/<%=w.name[:url]%>/?branch=<%=w.branch[:url]%>&amp;head=<%=w.head[:url]%>&amp;obj=<%=File.join(w.obj[:url], name[:url])%>"><%=type[:plain] == 'blob' ? 'blob' : 'tree'%></a><%if type[:plain] == 'blob'%> | <a class="default" href="<%=w.path%>/blame.rhtml/<%=w.group[:url]%>/<%=w.name[:url]%>/?branch=<%=w.branch[:url]%>&amp;head=<%=w.head[:url]%>&amp;obj=<%=File.join(w.obj[:url], name[:url])%>">blame</a><%end%></td>
</tr>
<%end%></table>
</div>
<div class="branches">Branches</div>
<table cellspacing="0" class="branches"><%w.branches do |fmt, branch|%>
<tr class="<%=fmt%>"><td class="branch">
<a href="<%=w.path%>/tree.rhtml/<%=w.group[:url]%>/<%=w.name[:url]%>/?branch=<%=branch[:url]%>"><%=branch[:html]%></a>
</td></tr><%end%>
</table>
<div class="footer">
<a class="feed" href="<%=w.path%>/rss.rhtml/<%=w.group[:url]%>/<%=w.name[:url]%>/?branch=<%=w.branch[:url]%>">RSS</a>
</div>
</body>
</html><%w.close%>